.zwxmt-top{
  width: 100%;
  margin-bottom: 20px;
}
.zwxmt-top>img{
  width: 100%;
}
.zwxmt-button {
  width: 100%;
  padding: 10px 30px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.button-item {
  width: 15.83%;
  height: 160px;
  margin-top: 60px;
  margin-right: 1%;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding-top: 50px;
  position: relative;
}

.button-item:nth-child(6n+6){
  margin-right:0
}
@media (max-width: 768px){
  .button-item{
    width:48%;
  }
  .button-item:nth-child(2n+1){
      margin-right:4%;
  }
  .button-item:nth-child(2n+2){
      margin-right:0;
  }
}

.item-top {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: red;
}

.item-top>img {
  width: 100%;
}
.button-item>p{
  margin-bottom: 20px;
}
.button-item>span {
  padding: 5px 15px;
  border: 1px solid #204F8B;
  color: #204F8B;
  cursor: pointer;
  border-radius: 10px;
}

.opacityBottom {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  top: 0;
  left: 0;
}

.bigImg {
  padding-top: 30px;
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 14px;
  cursor: pointer;
}